Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Drilling Class / CreateSlot Method / CreateSlot(Project,Double,Double,List<Placement3D>) Method
Width of the drilling. Must be greater than dHeight.
Height of the drilling. Must be greater than 0.
list, that will be filled by additional created objects. may be null

CreateSlot(Project,Double,Double,List<Placement3D>) Method
Creates new slot drilling in project.
Syntax

Parameters

oProject
dWidth
Width of the drilling. Must be greater than dHeight.
dHeight
Height of the drilling. Must be greater than 0.
listOfAdditionalObjects
list, that will be filled by additional created objects. may be null

Return Value

The created Drilling.
Exceptions
ExceptionDescription
Thrown when the Drilling has already been created.
Thrown if parameter pInstallationSpace is null.
Thrown if any size parameter is incorrect.
See Also